-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #103
chore: update deps #103
Conversation
Mostly historical reasons.
What do you mean? |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Makes sense
Misunderstanding on my part. I thought I see the CI tests failed. error: |
Error seems to have started with this: cdd56a7 |
… to match current master branch of RN
Co-authored-by: Nicola Corti <[email protected]>
@TheRogue76 has updated the pull request. You must reimport the pull request before landing. |
@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@cortinico merged this pull request in d72c2f3. |
Motivation
Bumping gradle, AGP and compile targets to match RN's core (Hence why i didn't go for gradle 8.12 or a higher AGP). Mostly just keeping things in sync, and i wanted to know if there was a specific reason this library was still targeting Java 8.
Summary
com.android.library
to 8.7.2 (why are we using this instead of specifically using AGP? I see 7621c81, but my android knowledge is not good enough to know why this was changed to the library itself.)Test Plan
CI. When running the tests locally, it complains about it targeting x86, but finding arm64 instead. Guessing it is either only made to run on the CI, or i missed an important step in the contribution guide